Page.LineTo Method (console safe)
Appends a path from current point to a given point.

LineTo(
x
as Single,
y
as Single)
Parameters
- x
- The x coordinate
- y
- The y coordinate (Remember in PDF then y point zero is at bottom of the page)
Remarks
GraphicsMode should be in the mode PATH_OBJECT when you call this method.
See Also
Page Class